PDF4Java Reference Documentation
com.o2sol.pdf4java.pdffunctions Package / PDFStitchingFunction Class


In This Topic
    PDFStitchingFunction Class Methods
    In This Topic

    For a list of all members of this type, see PDFStitchingFunction members.

    Public Methods
     NameDescription
    Public MethodCalculates the function for the given input.
    This method supports the internal library infrastructure and should not be used by external client code.  
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code.  
    Public Methodstatic (Shared in Visual Basic)Creates a PDFFunction based on a COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the function bounds.
    Bounds elements must be in order of increasing value, and each value must be within the domain defined by  
    Public MethodGets the COS function. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodGets the function encode array.  
    Public MethodGets the sub-functions that make up this function.
    The output dimensionality of all functions must be the same, and compatible with the value of if present.  
    Public MethodGets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodSets the function bounds.
    Bounds elements must be in order of increasing value, and each value must be within the domain defined by  
    Public MethodSets the function domain. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Public MethodSets the function encode array.  
    Public MethodSets the function range. (Inherited from com.o2sol.pdf4java.pdffunctions.PDFFunction)
    Top
    See Also